home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / math / gle-3.000 / gle-3 / gle / config.dj < prev    next >
Text File  |  1995-02-07  |  227b  |  9 lines

  1. # CONFIG.I for MS-DOS and DJGPP
  2. # by Axel Rohde
  3. CC = gcc -O2 -m486 -s
  4. LIBS =  -lm -lc -lpc
  5. CFLAGS= -DDJ -DGOTSTRDUP
  6. GLE_PATH=/usr/local/gle
  7.  
  8. # the Make-Utility must be GNU make. Yours may have another name....
  9. MAKE=make